home *** CD-ROM | disk | FTP | other *** search
- DOCS FOR USERS
-
- You can mark text for cutting, copying, and erasing by simply clicking
- and dragging. Hitting alphanumeric keys replaces the text that is
- highlighted. Hitting cursor keys moves you to the front or end of the
- highlighted text.
-
- For key sequences, the Amiga Style Guide was followed. Anywhere the
- undelete buffer is mentioned, the statement is only valid if the
- ClipStream2 is supplied (see tag section below).
-
- Key Sequence Function
- ----------------------------------------------------------------------
- TAB Activate next gadget (if GA_TabCycle)
-
- SHIFT TAB Activate previous gadget (if GA_TabCycle)
-
- SHIFT cursor up Move to the top line in the current page, or
- scroll up one page if cursor is on top line
-
- SHIFT cursor down Move to the bottom line in the current page,
- or scroll down one page if cursor is on top
- line
-
- CTRL or
- SHIFT cursor right Move to the right end of the current line
-
- CTRL or
- SHIFT cursor left Move to the left end of the current line
-
- SHIFT backspace Delete all text to the left of cursor on the
- current line
-
- SHIFT delete Delete all text to the right of the cursor
- on the current line (in block cursor mode
- this also includes the highlighted
- character)
-
- CTRL cursor up Move to the top line of the text
-
- CTRL cursor down Move to the bottom line of the text
-
- ALT cursor right Move to the next word (using the delimiter
- characters provided by the programmer)
-
- ALT cursor left Move to the previous word (using the
- delimiter characters provided by the
- programmer)
-
- ALT cursor up Move to first character in gadget
-
- ALT cursor down Move to last character in gadget
-
- RAMIGA [ Switch to left justification
-
- RAMIGA \ or
- RAMIGA = Switch to center justification
-
- RAMIGA ] Switch to right justification
-
- RAMIGA e Erase all text in gadget (saved in undelete
- buffer)
-
- RAMIGA v Paste text from clipboard to current cursor
- position
-
- RAMIGA a Mark all text
-
- RAMIGA u Undelete the last block of text marked,
- or recover from RAMIGA e
-
- When text is highlighted the following keys have functions:
-
- backspace Erase marked text (save in undelete buffer)
-
- delete Erase marked text (save in undelete buffer)
-
- RAMIGA x Cut marked text to clipboard
-
- RAMIGA c Copy marked text to clipboard
-
- RAMIGA v Replace marked text with text from
- clipboard (save marked text in undelete
- buffer)
-
- (any text key) Replace marked text with that character
-